Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Systemd changes and 10.01.06 update #61

Merged
merged 3 commits into from
Nov 18, 2024
Merged

Conversation

jsuhaas22
Copy link
Collaborator

This PR does 3 things:

  1. Adds systemd-networkd as the default network manager instead of NetworkManager. Since we are adding support for wifi cards, we need wpasupplicant. However, wpasupplicant breaks NetworkManager. So disable NetworkManager by default, and use systemd-networkd instead, which works well with wpasupplicant.
  2. Install and enable Seatd service. Weston-14 doesn't work without it.
  3. Bump up to 10.01.06 tag.

Currently, there are 2 network manager services running: NetworkManager
and systemd-networkd. NetworkManager handles all of the networking. To
get CC33xx to work, we need wpa_supplicant installed. But wpa_supplicant
and NetworkManager get into conflict with each other.

Disable NetworkManager. Enable systemd-networkd for all ports, like
Arago does. Also install wpasupplicant package.

Signed-off-by: Suhaas Joshi <[email protected]>
Seatd is required for systemd to start weston-14. So install the `seatd`
package and enable the service in all platforms that can run weston.

Signed-off-by: Suhaas Joshi <[email protected]>
Copy link
Member

@cshilwant cshilwant left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why aren't we updating bookworm to 10.01 baseline?

Copy link
Member

@cshilwant cshilwant left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We also need the 10.01.06 toml file right? Else workflows would fail.

@jsuhaas22
Copy link
Collaborator Author

@cshilwant Bookworm upstream uses 6.1 baseline. It is the "stable" release. We are following the upstream here. It wasn't updated to 10.0 either, since we moved to 6.6 in 10.0.

Signed-off-by: Suhaas Joshi <[email protected]>
@jsuhaas22 jsuhaas22 force-pushed the systemd_10.01.06-update branch from d836cfd to e84a723 Compare November 11, 2024 05:57
@cshilwant cshilwant self-requested a review November 12, 2024 05:31
@cshilwant cshilwant merged commit 04a8cb7 into master Nov 18, 2024
21 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants